home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2a.lha / p4-1.2a / doc / p4.tex / img60.png < prev    next >
Portable Network Graphic  |  1992-11-19  |  8KB  |  776x457  |  4-bit (16 colors)
Labels: text | screenshot | font
OCR: VOID op (char *x, char *y, int nelem) { data_type *a = (data_type*) x; data_type *b = (data_type*) y; while (nelem--) } % *a++ operation= *b++;